バージョン

ShortPeriod メソッド (PercentageVolumeOscillatorIndicator<T>)

現在の PercentageVolumeOscillatorIndicator オブジェクトの短い移動平均期間を設定します。短い PVO 期間の一般的な値かつ初期値は 10 です。
シンタックス
'宣言
 
Public Function ShortPeriod( _
   ByVal shortPeriod As System.Integer _
) As PercentageVolumeOscillatorIndicator(Of T)
public PercentageVolumeOscillatorIndicator<T> ShortPeriod( 
   System.int shortPeriod
)

パラメータ

shortPeriod
解説
短い PVO 期間の一般的な値かつ初期値は 10 です。
参照

オンラインで表示: GitHub